home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / RISETOOL.ZIP / README.1ST next >
Encoding:
Text File  |  1996-02-28  |  2.0 KB  |  47 lines

  1. Rising Tool Bar Component
  2. -------------------------
  3.  
  4. By: Allen M. Servedio (E-Mail: allen@emi.net)
  5. Date: 2/28/1996
  6. Version: v1.0 Shareware Version
  7. -----------------------------------------------------------------------------------
  8. Please include this file when redistributing this component.
  9.  
  10. This component is called TamsRisingToolBar.
  11.  
  12. TamsRisingToolBar is a panel that shrinks out of your way when you move off
  13. of it. It can be placed on any of the four sides of your form (the user can
  14. also move it to any of the four sides during run-time) and can hold any components
  15. that a normal TPanel component can. The rising tool bar reorganizes the
  16. components on it so that they are evenly spaced and, form permitting, all
  17. visible when the panel has risen (moving the mouse over a shrunken panel makes
  18. it rise).
  19.  
  20. You can override the procedures that organize the components on the panel
  21. (InitRiseTool and ArrangeControls) as well as control spacing of the components
  22. on the panel (the later in a global fashion).
  23.  
  24. The only * REQUIRED * procedure that you must run is called InitRiseTool
  25. (have it run in the form constructor after you have run the inherited create
  26. procedure).
  27.  
  28. There is a super brief help file included with this.
  29.  
  30. You can purchase the source code from me for $5 US ($10 US if you want a disk).
  31. I will E-Mail you the source when I receive the money :)
  32.  
  33.  
  34. **********
  35. Disclaimer:
  36.  
  37. The author (Allen M. Servedio) of this program is in no responsible for the
  38. use of nor the validity of it. The compiled module and supporting files
  39. (excluding source code) are offered as is and may be used freely without
  40. the author's consent. The author does own all rights to the source code for
  41. this program. The right to use the source code in another program by the
  42. party purchasing the source code may be purchased for the sum of $5 United
  43. States ($10 United States if a disk is required). To purchase these rights,
  44. contact the author via E-Mail at allen@emi.net
  45. **********
  46.  
  47.